home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm1 / timcnnct.lha / TC / Catalogs / TC.cd next >
Text File  |  1996-01-22  |  3KB  |  204 lines

  1. ;******************
  2. ;
  3. ;  TimeConnect v1.14a (22.01.96)
  4. ;
  5. ;
  6. ; CatComp TC.cd cfile TC_strings.h objfile TC_strings.o
  7. ;
  8. ;******************
  9. ;
  10. ;
  11. ; *** main.c ***
  12. ;
  13. BROKER_DESCRIPTION (//)
  14. Time and Cost of a connection.
  15. ;
  16. MSG_APP_ERROR (//)
  17. Couldn't create MUI objects.
  18. ;*********************
  19. MSG_MUI_ERROR (//)
  20. Couldn't open muimaster.library v12 or above.
  21. ;
  22. MSG_LOCAL_ERROR (//)
  23. Couldn't open local.library v40 or above.
  24. ;
  25. MSG_INTUI_ERROR (//)
  26. Couldn't open intuition.library v39 or above.
  27. ;
  28. MSG_GFX_ERROR (//)
  29. Couldn't open graphics.library v39 or above.
  30. ;
  31. MSG_WBENCH_ERROR (//)
  32. Couldn't open workbench.library v39 or above.
  33. ;
  34. MSG_NOSIG (//)
  35. Couldn't allocate signal.
  36. ;
  37. MSG_NO_STRUCTURE (//)
  38. Couln't allocate structure.
  39. ;
  40. MSG_NOPORT (//)
  41. Couldn't allocate message port.
  42. ;;/******************************************************************************/
  43. MAIN_TITLE (//)
  44. TimeConnect V1.14a
  45. ;
  46. ;*******************************    MENU      ********************************
  47. MENU_PROJECT (//)
  48. Project
  49. ;
  50. MENU_HIDE (//)
  51. H\0Hide
  52. ;
  53. MENU_ICON (//)
  54.  \0Icon when hidden
  55. ;
  56. MENU_ABOUT (//)
  57. About...
  58. ;
  59. MENU_CONFIG (//)
  60. E\0Edit config...
  61. ;
  62. MENU_LOG (//)
  63. L\0Edit logfile...
  64. ;
  65. MENU_QUIT (//)
  66. Q\0Quit
  67. ;
  68. ;/******************************************************************************/
  69. GAD_STOP (//)
  70. tStop
  71. ;
  72. GAD_START (//)
  73. sStart
  74. ;
  75. GAD_RESET (//)
  76.  Reset
  77. ;
  78. ;*******************************   MSG   ********************************
  79. MSG_QUIT_REQ (//)
  80. \nQuit whithout saving first?\n
  81. ;
  82. MSG_ANS_REQ (//)
  83. _Quit|* \33b_S\33bave|_Cancel
  84. ;
  85. MSG_ANS_REQ2 (//)
  86. _Ok|* \33b_C\33bancel
  87. ;
  88. MSG_TITLE_REQ (//)
  89. TimeConnect request
  90. ;
  91. MSG_BADFORMAT (//)
  92. \33cBad Format file!
  93. ;
  94. MSG_NOFILE (//)
  95. \33cNo File!
  96. ;
  97. MSG_NODEFAULT (//)
  98. \33cCan't find timeconnect.prefs!
  99. ;
  100. MSG_MSG_TITLE (//)
  101. TimeConnect information
  102. ;
  103. MSG_ANOTHER (//)
  104. There's still a running TC!\n\33c Continue?
  105. ;
  106. MSG_LOAD_NEWLOG (//)
  107. You have change of logfile\n\
  108. Do you want to load the new one?
  109. ;
  110. MSG_NO_MESSAGE (//)
  111. No message received\n\
  112. from child process!
  113. ;
  114. REPORT_TXT (//500)
  115. \33b\0331Current cost:\33n\0332 %ld.%02ld$\n\
  116. \33l\33b\0331Current unity:\33n\0332\n\
  117. \33c%ld.%02ld$ - %lg min\n\
  118. %s\n\
  119. \33l\33b\0331Total:\33n\0332\n\
  120.   %s %ld.%02ld $\n\
  121.  %s %s\n\
  122.   %s %s\n\
  123.  %s %ld.%02ld $\n\
  124.  %s %02d:%02d:%02d\n\
  125.  %s %ld\n\
  126.  %s %ld
  127. ;
  128. REPORT_TXT2 (//500)
  129. \33b\0331Current cost:\33n\0332 %ld.%02ld $\n\
  130. \33l\33b\0331Current unity:\33n\0332\n\
  131. \33c%ld.%02ld $ - infinite\n\
  132. %s\n\
  133. \33l\33b\0331Total:\33n\0332\n\
  134.   %s %ld.%02ld $\n\
  135.  %s %s\n\
  136.   %s %s\n\
  137.  %s %ld.%02ld $\n\
  138.  %s %02d:%02d:%02d\n\
  139.  %s %ld\n\
  140.  %s %ld
  141. ;
  142. SHORT_REPORT_TXT (//)
  143. \33bcurrent\33n:\33c %ld.%02ld $
  144. ;
  145. MSG_BADPREFS (//)
  146. Nothing set for the current day\n\
  147. \33cBad preferences!\n\
  148. \33cThe program can't work.
  149. ;
  150. NO_PREFS (//)
  151. No preferences set!
  152. ;
  153. TOTAL_COST (//)
  154. \33bTotal Cost:\33n
  155. ;
  156. TOTAL_TIME (//)
  157. \33bTotal Time:\33n
  158. ;
  159. LAST_COST (//)
  160. \33bLast Cost:\33n
  161. ;
  162. START_DATE (//)
  163. \33bStart Date:\33n
  164. ;
  165. LAST_DATE (//)
  166. \33bLast Date:\33n
  167. ;
  168. TOTAL_UNITY (//)
  169. \33bTotal unity:\33n
  170. ;
  171. TOTAL_REMAIN (//)
  172. \33bRemaining:\33n
  173. ;
  174. ;*******************************   SHORT HELP   ********************************
  175. SH_START (//)
  176. To start!
  177. ;
  178. SH_STOP (//)
  179. To stop!
  180. ;
  181. SH_RESET (//)
  182. To reset counter to zero\n\
  183. \33cor to delay!
  184. ;
  185. SH_LASTTIME (//)
  186. Total time of the\n\
  187. \33clast connection.
  188. ;
  189. SH_GAUGE (//)
  190. Evaluation of remaining time\n\
  191. \33cfor current unity.
  192. ;
  193. SH_SHORTREPORT (//)
  194. Total cost of the\n\
  195. \33clast connection.
  196. ;
  197. SH_POPUP (//)
  198. Just click to look!\n\
  199. \33c :-)
  200. ;
  201. SH_REPORT (//)
  202. The whole report gadget!
  203. ;
  204.